projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7d7ed2
)
(display-time): Use expand-file-name to make file name of wakeup.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 9 Feb 1994 05:48:11 +0000
(
05:48
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 9 Feb 1994 05:48:11 +0000
(
05:48
+0000)
lisp/time.el
patch
|
blob
|
history
diff --git
a/lisp/time.el
b/lisp/time.el
index bcd0ae445fc7d3ad5c799ec803fd5bc296b2f631..3e61e78448db50ec604e441b019208928dcda3f0 100644
(file)
--- a/
lisp/time.el
+++ b/
lisp/time.el
@@
-74,7
+74,7
@@
After each update, `display-time-hook' is run with `run-hooks'."
(setq display-time-string "")
(setq display-time-process
(start-process "display-time" nil
- (
concat exec-directory "wakeup"
)
+ (
expand-file-name "wakeup" exec-directory
)
(int-to-string display-time-interval)))
(process-kill-without-query display-time-process)
(set-process-sentinel display-time-process 'display-time-sentinel)